Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
IkePolicy Class Reference

IkePolicy handles and manipulates IKE policies. More...

Public Member Functions

void setPriorityNum (int)
 Sets the priority value. More...
 
int getPriorityNum ()
 Returns the priority value. More...
 
int getEncryKeyBits ()
 Returns the number of bits in the encryption key. More...
 
void setLifetime (int)
 Sets the lifetime for the IKE policy. More...
 
int getLifetime ()
 Returns the lifetime value for the IKE policy. More...
 

Detailed Description

IkePolicy handles and manipulates IKE policies.

Member Function Documentation

◆ getEncryKeyBits()

int IkePolicy::getEncryKeyBits ( )

Returns the number of bits in the encryption key.

Returns
int, the number of bits in the encryption key.

◆ getLifetime()

int IkePolicy::getLifetime ( )

Returns the lifetime value for the IKE policy.

Returns
int, the lifetime value for the IKE policy.

◆ getPriorityNum()

int IkePolicy::getPriorityNum ( )

Returns the priority value.

Returns
int, the priority value.

◆ setLifetime()

void IkePolicy::setLifetime ( int  )

Sets the lifetime for the IKE policy.

Parameters
lifetime,thelifetime value.

◆ setPriorityNum()

void IkePolicy::setPriorityNum ( int  )

Sets the priority value.

Parameters
number,thepriority value.

The documentation for this class was generated from the following file: